TrivBspTVDerive
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
TrivBspTVDerive()
SYNOPSIS
triv_lib/triv_der.c:154
TrivTVStruct *TrivBspTVDerive(TrivTVStruct *TV, TrivTVDirType Dir)
DESCRIPTION
Given a Bspline trivariate, computes its partial derivative trivariate in
direction Dir.
Let old control polygon be P(i), i = 0 to k-1, and Q(i) be new one then:
Q(i) = (k - 1) * (P(i+1) - P(i)) / (Kv(i + k) - Kv(i + 1)), i = 0 to k-2.
PARAMETERS:
TV: Trivariate to differentiate.
Dir: Direction of differentiation. Either U or V or W.
FUNCTION RETURN VALUE
TrivTVStruct *: Differentiated trivariate in direction Dir. A Bspline
trivariate.
ORIGIN
(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- PARAMETERS:
-
- FUNCTION RETURN VALUE
-
- ORIGIN
-
This document was created by
man2html,
using the manual pages.
Time: 07:27:13 GMT, October 17, 2022